home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch07.Authoring / CommandDemos / getPref.dir / 00001.ls next >
Encoding:
Text File  |  1996-10-23  |  107 b   |  5 lines

  1. on mouseUp
  2.   set prefText to getPref(the text of field "argument")
  3.   put prefText into field "results"
  4. end
  5.